home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
comm
/
mail
/
AM119bin.lha
/
sendm
< prev
next >
Wrap
AmigaDOS Script File
|
1992-12-06
|
412b
|
18 lines
.key mailfile/a,username
.bra {
.ket }
.dot ~
IF exists "{mailfile}"
IF "{username}" EQ ""
uucp:c/sendmail <{mailfile}
ELSE
echo >t:sendm{$$} "From {username} (ARCHIVE)"
type >>t:sendm{$$} {mailfile}
; choose one of the following two lines!
; uucp:c/lmail <t:sendm{$$} {username} markread markold
uucp:c/lmail <t:sendm{$$} {username}
uucp:c/sendmail <{mailfile} -f "{username}"
ENDIF
ENDIF